Skip to main content
POST
/
api
/
integrations
/
[provider]
/
connect
POST /api/integrations/[provider]/connect
curl --request POST \
  --url 'https://api.example.com/api/integrations/[provider]/connect'

Documentation Index

Fetch the complete documentation index at: https://docs.renchi.ai/llms.txt

Use this file to discover all available pages before exploring further.

  • POST /api/integrations/[provider]/connect * Initiates the OAuth flow for connecting an integration. Returns the authorization URL to redirect the user to.

Response

Returns unknown on success.

Example

curl -X POST https://your-domain.com/api/integrations/[provider]/connect \
  -H "Content-Type: application/json" \
  -H "Authorization: Bearer YOUR_TOKEN"